|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface J3DeSerializable
Identifies the instance of implementing class as serializable hierarchy object and allows its state to be serialized or deserialized.
| Method Summary | |
|---|---|
void |
readData(java.io.InputStream in)
Reads the state from input stream. |
void |
writeData(java.io.OutputStream out)
Writes the state to output stream. |
| Method Detail |
|---|
void writeData(java.io.OutputStream out)
throws java.lang.Exception
out - stream the data will be written to
java.lang.Exception - if unable to write
void readData(java.io.InputStream in)
throws java.lang.Exception
in - stream the data will be read from
java.lang.Exception - if unable to read
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||